home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / javax / management / PersistentMBean.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  296 b   |  8 lines

  1. package javax.management;
  2.  
  3. public interface PersistentMBean {
  4.    void load() throws MBeanException, RuntimeOperationsException, InstanceNotFoundException;
  5.  
  6.    void store() throws MBeanException, RuntimeOperationsException, InstanceNotFoundException;
  7. }
  8.